github.com/gotd/td/syncio.BufWriterAt.buf (field)

11 uses

	github.com/gotd/td/syncio (current package)
		writer_at.go#L32: 	buf []byte
		writer_at.go#L41: 	return append(make([]byte, 0, len(b.buf)), b.buf...)
		writer_at.go#L49: 	return len(b.buf)
		writer_at.go#L61: 	l := int64(len(b.buf))
		writer_at.go#L66: 		r := b.buf[off:]
		writer_at.go#L73: 	copy(p, b.buf[from:to])
		writer_at.go#L87: 	if len(b.buf) < ends {
		writer_at.go#L89: 		copy(newBuf, b.buf)
		writer_at.go#L90: 		b.buf = newBuf
		writer_at.go#L95: 	copy(b.buf[from:to], p)